PATH![]() |
![]() ![]() |
Removes the specified critical region object.
OSStatus MPDeleteCriticalRegion (MPCriticalRegionID criticalRegion);
Calling this function unblocks all tasks waiting to enter the critical region and their respective MPEnterCriticalRegion calls will return with the result code kMPDeletedErr .
The function MPCreateCriticalRegion .